home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / pcl4w13.zip / PAINT.H < prev    next >
Text File  |  1996-07-10  |  298b  |  14 lines

  1. void InitPaint(void);
  2. void PaintMain(HDC,PAINTSTRUCT *);
  3. void ScrollBuffer(void);
  4. void WriteTheString(char *,int);
  5. int  GetYposition(void);
  6. int  GetXposition(void);
  7. void DisplayLine(char *);
  8. void DisplayString(char *);
  9. void DisplayChar(char Chr);
  10.  
  11. #define NROWS 25
  12. #define NCOLS 80
  13.  
  14.